.newsBlock .intro {
  margin-bottom: 10vw;
  margin-top: 1.875vw;
  position: relative;
}
.newsBlock .intro:after {
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  top: 0;
  width: 1.5vw;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.newsBlock .intro .left {
  display: inline-block;
  vertical-align: bottom;
  width: 58.6875vw;
}
.newsBlock .intro .right {
  text-align: right;
  display: inline-block;
  vertical-align: bottom;
  width: 20.0625vw;
  margin-bottom: 0.1875vw;
}
.newsBlock .news {
  position: relative;
}
.newsBlock .news .lines {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: calc(100vw - 7.875vw);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin-top: -2.5vw;
}
.newsBlock .news .items {
  position: relative;
  z-index: 1;
}
.newsBlock .news .items .item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  color: #333230;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.newsBlock .news .items .item:hover {
  opacity: 0.6;
}
.newsBlock .news .items .item:nth-child(1) {
  margin-right: 6.6875vw;
  margin-top: 9.375vw;
  background: #F7F7F7;
  width: 18.5625vw;
}
.newsBlock .news .items .item:nth-child(2) {
  width: 21.5625vw;
  margin-right: 6.6875vw;
}
.newsBlock .news .items .item:nth-child(2) .image {
  height: 32.75vw;
}
.newsBlock .news .items .item:nth-child(3) {
  width: 25.25vw;
  margin-top: 9.375vw;
  background: #CECFD1;
}
.newsBlock .news .items .item:nth-child(4) {
  width: 25.25vw;
  margin-right: 6.6875vw;
}
.newsBlock .news .items .item:nth-child(4) .image {
  height: 32.75vw;
}
.newsBlock .news .items .item:nth-child(5) {
  width: 21.5625vw;
  margin-right: 6.6875vw;
  margin-top: 9.375vw;
}
.newsBlock .news .items .item:nth-child(5) .image {
  height: 13.75vw;
}
.newsBlock .news .items .item:nth-child(6) {
  width: 18.5625vw;
  background: #B29576;
  color: #F0EEE6;
}
.newsBlock .news .items .item:nth-child(6) .innerContent {
  height: 32.75vw;
}
.newsBlock .news .items .item:nth-child(7) {
  width: 25.25vw;
  margin-left: 20.0625vw;
  background: #F7F7F7;
}
.newsBlock .news .items .item:nth-child(2),
.newsBlock .news .items .item:nth-child(4),
.newsBlock .news .items .item:nth-child(5) {
  color: #333230;
}
.newsBlock .news .items .item:nth-child(2) .image,
.newsBlock .news .items .item:nth-child(4) .image,
.newsBlock .news .items .item:nth-child(5) .image {
  display: block;
}
.newsBlock .news .items .item:nth-child(2) .innerContent,
.newsBlock .news .items .item:nth-child(4) .innerContent,
.newsBlock .news .items .item:nth-child(5) .innerContent {
  padding: 2.1875vw 1.25vw;
  height: auto;
}
.newsBlock .news .items .item:nth-child(2) .innerContent .author,
.newsBlock .news .items .item:nth-child(4) .innerContent .author,
.newsBlock .news .items .item:nth-child(5) .innerContent .author {
  position: static;
  padding: 0;
  margin-top: 0.3125vw;
}
.newsBlock .news .items .item:last-child {
  margin-bottom: 0;
}
.newsBlock .news .items .item .image {
  display: none;
  position: relative;
  overflow: hidden;
}
.newsBlock .news .items .item .image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.newsBlock .news .items .item .innerContent {
  display: block;
  height: 13.75vw;
  padding: 1.25vw;
  position: relative;
}
.newsBlock .news .items .item .innerContent .date {
  display: block;
  margin-bottom: 0.4375vw;
  opacity: 0.8;
}
.newsBlock .news .items .item .innerContent .smallTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 6.375vw;
}
.newsBlock .news .items .item .innerContent .author {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  padding: 1.25vw;
  bottom: 0;
}
/*# sourceMappingURL=news_block.css.map */